home *** CD-ROM | disk | FTP | other *** search
/ Internet Warrior 1993 July / Internet Warrior No. 1 July 1993 - Austin Code Works.ISO / tcpip / pcip / sniffer.arc / DEMO.BAT < prev    next >
Encoding:
DOS Batch File  |  1987-01-24  |  596 b   |  25 lines

  1. echo off
  2. rem Runs demo version of The Sniffer with the Tutorial.
  3. rem Invoke as "demo lcd" if using LCD display.
  4. cls
  5. echo                                 Network General Corp.
  6. echo                                 Sniffer Tutorial Disk          
  7. mark > nul
  8. showit
  9. delay 0
  10. trsniffd %1 %2 %3
  11. if errorlevel 1 goto error
  12. delay 5
  13. if not errorlevel 255 goto done
  14. release > nul
  15. cls
  16. echo Loading...
  17. trsniffd %1 %2 %3
  18. goto exit
  19. :error
  20. echo                                Error condition occurred.
  21. :done
  22. release > nul
  23. :exit
  24. echo                                  End of Demonstration
  25.